Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.audit.core.types-contrib--doctype

This contribution is part of XML component org.nuxeo.ecm.platform.audit.core.types-contrib inside nuxeo-platform-audit-core-9.10.jar /OSGI-INF/core-type-contrib.xml

Extension Point

Extension point doctype of component TypeService.

Contributed Items

  • <facet name="ForceAudit"/>
  • <doctype extends="Document" name="BasicAuditSearch">
          <schema name="basicauditsearch"/>
          <schema name="dublincore"/>
          <schema name="common"/>
        </doctype>

XML Source

<extension point="doctype" target="org.nuxeo.ecm.core.schema.TypeService">

    <facet name="ForceAudit"/>

    <doctype extends="Document" name="BasicAuditSearch">
      <schema name="basicauditsearch"/>
      <schema name="dublincore"/>
      <schema name="common"/>
    </doctype>

  </extension>